﻿2026-07-27T07:29:44.6224810Z ##[group]Run set -euo pipefail
2026-07-27T07:29:44.6225096Z [36;1mset -euo pipefail[0m
2026-07-27T07:29:44.6225297Z [36;1mPIN=0c95435[0m
2026-07-27T07:29:44.6225501Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T07:29:44.6225749Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T07:29:44.6226116Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T07:29:44.6226542Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T07:29:44.6226956Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T07:29:44.6227303Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T07:29:44.6227531Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T07:29:44.6227811Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T07:29:44.6228131Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T07:29:44.6228464Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T07:29:44.6228717Z [36;1mfi[0m
2026-07-27T07:29:44.6229060Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T07:29:44.6242449Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T07:29:44.6242735Z env:
2026-07-27T07:29:44.6242913Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T07:29:44.6243274Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30240220441-1-K8jQao
2026-07-27T07:29:44.6243740Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30240220441-1-K8jQao
2026-07-27T07:29:44.6244161Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30240220441-1-K8jQao
2026-07-27T07:29:44.6244579Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30240220441-1-K8jQao
2026-07-27T07:29:44.6244913Z ##[endgroup]
2026-07-27T07:29:44.9180505Z    Compiling proc-macro2 v1.0.106
2026-07-27T07:29:44.9181015Z    Compiling unicode-ident v1.0.24
2026-07-27T07:29:44.9181491Z    Compiling quote v1.0.45
2026-07-27T07:29:44.9181923Z    Compiling libc v0.2.186
2026-07-27T07:29:44.9182256Z    Compiling serde_core v1.0.228
2026-07-27T07:29:44.9182548Z    Compiling cfg-if v1.0.4
2026-07-27T07:29:44.9182800Z    Compiling serde v1.0.228
2026-07-27T07:29:44.9240763Z    Compiling log v0.4.32
2026-07-27T07:29:44.9286987Z    Compiling pin-project-lite v0.2.17
2026-07-27T07:29:44.9330080Z    Compiling portable-atomic v1.13.1
2026-07-27T07:29:44.9330789Z    Compiling typenum v1.20.1
2026-07-27T07:29:44.9370279Z    Compiling memchr v2.8.1
2026-07-27T07:29:44.9370836Z    Compiling version_check v0.9.5
2026-07-27T07:29:44.9371445Z    Compiling find-msvc-tools v0.1.9
2026-07-27T07:29:44.9471173Z    Compiling shlex v2.0.1
2026-07-27T07:29:44.9720968Z    Compiling critical-section v1.2.0
2026-07-27T07:29:45.0131630Z    Compiling futures-core v0.3.32
2026-07-27T07:29:45.0278524Z    Compiling bytes v1.11.1
2026-07-27T07:29:45.0788159Z    Compiling subtle v2.6.1
2026-07-27T07:29:45.1819525Z    Compiling smallvec v1.15.1
2026-07-27T07:29:45.1986325Z    Compiling equivalent v1.0.2
2026-07-27T07:29:45.2199319Z    Compiling itoa v1.0.18
2026-07-27T07:29:45.2499317Z    Compiling semver v1.0.28
2026-07-27T07:29:45.2651352Z    Compiling stable_deref_trait v1.2.1
2026-07-27T07:29:45.2843594Z    Compiling futures-sink v0.3.32
2026-07-27T07:29:45.2928366Z    Compiling slab v0.4.12
2026-07-27T07:29:45.3330974Z    Compiling futures-io v0.3.32
2026-07-27T07:29:45.3466477Z    Compiling futures-task v0.3.32
2026-07-27T07:29:45.3862174Z    Compiling futures-channel v0.3.32
2026-07-27T07:29:45.4240655Z    Compiling rand_core v0.10.1
2026-07-27T07:29:45.4435335Z    Compiling generic-array v0.14.7
2026-07-27T07:29:45.4584290Z    Compiling hashbrown v0.17.1
2026-07-27T07:29:45.4601607Z    Compiling bitflags v2.12.1
2026-07-27T07:29:45.5057651Z    Compiling rustversion v1.0.22
2026-07-27T07:29:45.5383045Z    Compiling cpufeatures v0.2.17
2026-07-27T07:29:45.6106822Z    Compiling rustc_version v0.4.1
2026-07-27T07:29:45.6347580Z    Compiling getrandom v0.4.2
2026-07-27T07:29:45.6652840Z    Compiling fnv v1.0.7
2026-07-27T07:29:45.6728458Z    Compiling cfg_aliases v0.2.1
2026-07-27T07:29:45.7215864Z    Compiling strsim v0.11.1
2026-07-27T07:29:45.7369606Z    Compiling writeable v0.6.3
2026-07-27T07:29:45.7433340Z    Compiling litemap v0.8.2
2026-07-27T07:29:45.7577676Z    Compiling utf8_iter v1.0.4
2026-07-27T07:29:45.7735448Z    Compiling dunce v1.0.5
2026-07-27T07:29:45.9027858Z    Compiling icu_properties_data v2.2.0
2026-07-27T07:29:45.9183126Z    Compiling fs_extra v1.3.0
2026-07-27T07:29:45.9240440Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T07:29:45.9430518Z    Compiling ident_case v1.0.1
2026-07-27T07:29:45.9710500Z    Compiling percent-encoding v2.3.2
2026-07-27T07:29:46.0559758Z    Compiling autocfg v1.5.1
2026-07-27T07:29:46.0716930Z    Compiling http v1.4.1
2026-07-27T07:29:46.1843310Z    Compiling thiserror v2.0.18
2026-07-27T07:29:46.2080693Z    Compiling unicode-segmentation v1.13.3
2026-07-27T07:29:46.2502518Z    Compiling aws-lc-rs v1.17.0
2026-07-27T07:29:46.3122172Z    Compiling syn v2.0.117
2026-07-27T07:29:46.3390305Z    Compiling indexmap v2.14.0
2026-07-27T07:29:46.3686869Z    Compiling cpufeatures v0.3.0
2026-07-27T07:29:46.3996027Z    Compiling scopeguard v1.2.0
2026-07-27T07:29:46.4072038Z    Compiling form_urlencoded v1.2.2
2026-07-27T07:29:46.4550613Z    Compiling chacha20 v0.10.0
2026-07-27T07:29:46.4908628Z    Compiling lock_api v0.4.14
2026-07-27T07:29:46.5171262Z    Compiling untrusted v0.9.0
2026-07-27T07:29:46.5883726Z    Compiling heck v0.5.0
2026-07-27T07:29:46.5900501Z    Compiling rustls v0.23.40
2026-07-27T07:29:46.6096479Z    Compiling const-oid v0.10.2
2026-07-27T07:29:46.6191055Z    Compiling anyhow v1.0.102
2026-07-27T07:29:46.6380564Z    Compiling atomic-waker v1.1.2
2026-07-27T07:29:46.6538376Z    Compiling unicode-xid v0.2.6
2026-07-27T07:29:46.7430608Z    Compiling httparse v1.10.1
2026-07-27T07:29:46.7650506Z    Compiling zerocopy v0.8.50
2026-07-27T07:29:46.7747994Z    Compiling convert_case v0.10.0
2026-07-27T07:29:46.7902472Z    Compiling parking_lot_core v0.9.12
2026-07-27T07:29:46.8000357Z    Compiling jobserver v0.1.34
2026-07-27T07:29:46.8669468Z    Compiling paste v1.0.15
2026-07-27T07:29:46.8740870Z    Compiling num-traits v0.2.19
2026-07-27T07:29:46.8840538Z    Compiling hybrid-array v0.4.12
2026-07-27T07:29:46.9964533Z    Compiling curve25519-dalek v4.1.3
2026-07-27T07:29:47.0586435Z    Compiling ahash v0.8.12
2026-07-27T07:29:47.0660756Z    Compiling either v1.16.0
2026-07-27T07:29:47.1189864Z    Compiling crypto-common v0.1.7
2026-07-27T07:29:47.1289089Z    Compiling block-buffer v0.10.4
2026-07-27T07:29:47.1553480Z    Compiling cc v1.2.63
2026-07-27T07:29:47.2272916Z    Compiling http-body v1.0.1
2026-07-27T07:29:47.2394668Z    Compiling fastrand v2.4.1
2026-07-27T07:29:47.2469606Z    Compiling digest v0.10.7
2026-07-27T07:29:47.2500579Z    Compiling powerfmt v0.2.0
2026-07-27T07:29:47.2700578Z    Compiling base64ct v1.8.3
2026-07-27T07:29:47.4080721Z    Compiling try-lock v0.2.5
2026-07-27T07:29:47.4661343Z    Compiling deranged v0.5.8
2026-07-27T07:29:47.4910985Z    Compiling tower-service v0.3.3
2026-07-27T07:29:47.5180856Z    Compiling data-encoding v2.11.0
2026-07-27T07:29:47.5420599Z    Compiling vcpkg v0.2.15
2026-07-27T07:29:47.5720612Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T07:29:47.5890499Z    Compiling time-core v0.1.8
2026-07-27T07:29:47.6380843Z    Compiling tinyvec_macros v0.1.1
2026-07-27T07:29:47.6710925Z    Compiling zmij v1.0.21
2026-07-27T07:29:47.7057457Z    Compiling pkg-config v0.3.33
2026-07-27T07:29:47.7405217Z    Compiling num-conv v0.2.2
2026-07-27T07:29:47.7426090Z    Compiling base64 v0.22.1
2026-07-27T07:29:47.7702140Z    Compiling tinyvec v1.11.0
2026-07-27T07:29:47.7914488Z    Compiling crypto-common v0.2.2
2026-07-27T07:29:47.9330802Z    Compiling mio v1.2.1
2026-07-27T07:29:47.9710991Z    Compiling socket2 v0.6.4
2026-07-27T07:29:47.9780509Z    Compiling getrandom v0.2.17
2026-07-27T07:29:48.1961154Z    Compiling rand_core v0.6.4
2026-07-27T07:29:48.3552685Z    Compiling rand v0.10.1
2026-07-27T07:29:48.3737294Z    Compiling uuid v1.23.2
2026-07-27T07:29:48.3859583Z    Compiling parking_lot v0.12.5
2026-07-27T07:29:48.4150885Z    Compiling block-buffer v0.12.0
2026-07-27T07:29:48.4382012Z    Compiling want v0.3.1
2026-07-27T07:29:48.4880824Z    Compiling sha2 v0.10.9
2026-07-27T07:29:48.5750519Z    Compiling inout v0.1.4
2026-07-27T07:29:48.6322081Z    Compiling cmake v0.1.58
2026-07-27T07:29:48.6984113Z    Compiling vergen-lib v9.1.0
2026-07-27T07:29:48.7870777Z    Compiling n0-future v0.3.2
2026-07-27T07:29:48.8740487Z    Compiling crossbeam-utils v0.8.21
2026-07-27T07:29:48.8840638Z    Compiling diatomic-waker v0.2.3
2026-07-27T07:29:48.8970758Z    Compiling httpdate v1.0.3
2026-07-27T07:29:48.9111260Z    Compiling winnow v1.0.3
2026-07-27T07:29:49.0060847Z    Compiling signature v2.2.0
2026-07-27T07:29:49.0527526Z    Compiling parking v2.2.1
2026-07-27T07:29:49.0570772Z    Compiling spin v0.10.0
2026-07-27T07:29:49.0650816Z    Compiling serde_json v1.0.150
2026-07-27T07:29:49.1286644Z    Compiling cordyceps v0.3.4
2026-07-27T07:29:49.1466974Z    Compiling ed25519 v2.2.3
2026-07-27T07:29:49.1601361Z    Compiling futures-lite v2.6.1
2026-07-27T07:29:49.2151148Z    Compiling digest v0.11.3
2026-07-27T07:29:49.2231260Z    Compiling cipher v0.4.4
2026-07-27T07:29:49.2477286Z    Compiling netlink-packet-core v0.8.1
2026-07-27T07:29:49.2478571Z    Compiling universal-hash v0.5.1
2026-07-27T07:29:49.3011001Z    Compiling vergen v9.1.0
2026-07-27T07:29:49.3760866Z    Compiling vergen-lib v0.1.6
2026-07-27T07:29:49.3971102Z    Compiling heapless v0.7.17
2026-07-27T07:29:49.4221283Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T07:29:49.4222556Z    Compiling noq-udp v0.10.0
2026-07-27T07:29:49.5113880Z    Compiling sync_wrapper v1.0.2
2026-07-27T07:29:49.5452430Z    Compiling futures-buffered v0.2.13
2026-07-27T07:29:49.5571596Z    Compiling opaque-debug v0.3.1
2026-07-27T07:29:49.5647158Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T07:29:49.5851459Z    Compiling allocator-api2 v0.2.21
2026-07-27T07:29:49.6161342Z    Compiling byteorder v1.5.0
2026-07-27T07:29:49.6382682Z    Compiling polyval v0.6.2
2026-07-27T07:29:49.7420883Z    Compiling spin v0.9.8
2026-07-27T07:29:49.7477262Z    Compiling vergen-gitcl v1.0.8
2026-07-27T07:29:49.8070884Z    Compiling aws-lc-sys v0.41.0
2026-07-27T07:29:49.8649664Z    Compiling ring v0.17.14
2026-07-27T07:29:49.9140983Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T07:29:49.9450504Z    Compiling hash32 v0.2.1
2026-07-27T07:29:49.9520452Z    Compiling signature v3.0.0
2026-07-27T07:29:49.9661063Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T07:29:49.9891139Z    Compiling num_threads v0.1.7
2026-07-27T07:29:50.0231384Z    Compiling tower-layer v0.3.3
2026-07-27T07:29:50.1358702Z    Compiling fallible-iterator v0.3.0
2026-07-27T07:29:50.1416823Z    Compiling ryu v1.0.23
2026-07-27T07:29:50.1488071Z    Compiling time v0.3.47
2026-07-27T07:29:50.1910961Z    Compiling ghash v0.5.1
2026-07-27T07:29:50.2010672Z    Compiling aes v0.8.4
2026-07-27T07:29:50.2556862Z    Compiling ctr v0.9.2
2026-07-27T07:29:50.2986365Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T07:29:50.4138896Z    Compiling fs2 v0.4.3
2026-07-27T07:29:50.5200779Z    Compiling http-body-util v0.1.3
2026-07-27T07:29:50.6220729Z    Compiling aead v0.5.2
2026-07-27T07:29:50.6321630Z    Compiling openssl-probe v0.2.1
2026-07-27T07:29:50.7034404Z    Compiling utf8parse v0.2.2
2026-07-27T07:29:50.7578084Z    Compiling arrayvec v0.7.6
2026-07-27T07:29:50.7753024Z    Compiling crossbeam-channel v0.5.15
2026-07-27T07:29:50.8340812Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T07:29:50.8820689Z    Compiling blake3 v1.8.5
2026-07-27T07:29:50.8979478Z    Compiling netlink-packet-route v0.29.0
2026-07-27T07:29:51.0410079Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T07:29:51.1397002Z    Compiling aes-gcm v0.10.3
2026-07-27T07:29:51.1918335Z    Compiling memoffset v0.6.5
2026-07-27T07:29:51.2610295Z    Compiling acto v0.8.2
2026-07-27T07:29:51.3282906Z    Compiling netwatch v0.16.0
2026-07-27T07:29:51.3407180Z    Compiling noq v0.18.0
2026-07-27T07:29:51.3725998Z    Compiling foldhash v0.2.0
2026-07-27T07:29:51.4010646Z    Compiling identity-hash v0.1.0
2026-07-27T07:29:51.4464651Z    Compiling mac-addr v0.3.0
2026-07-27T07:29:51.4842318Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T07:29:51.5660970Z    Compiling thiserror v1.0.69
2026-07-27T07:29:51.5760119Z    Compiling ref-cast v1.0.25
2026-07-27T07:29:51.6040954Z    Compiling rustc-hash v2.1.2
2026-07-27T07:29:51.6500931Z    Compiling rustix v1.1.4
2026-07-27T07:29:51.6801045Z    Compiling tagptr v0.2.0
2026-07-27T07:29:51.6834050Z    Compiling xml-rs v0.8.28
2026-07-27T07:29:51.7538499Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T07:29:51.8624872Z    Compiling lru-slab v0.1.2
2026-07-27T07:29:51.9752575Z    Compiling hashbrown v0.16.1
2026-07-27T07:29:52.0590882Z    Compiling netlink-packet-route v0.30.0
2026-07-27T07:29:52.1966831Z    Compiling errno v0.3.14
2026-07-27T07:29:52.2088164Z    Compiling serial-core v0.4.0
2026-07-27T07:29:52.2795141Z    Compiling synstructure v0.13.2
2026-07-27T07:29:52.3411089Z    Compiling darling_core v0.20.11
2026-07-27T07:29:52.4192068Z    Compiling serde_derive_internals v0.29.1
2026-07-27T07:29:52.6677316Z    Compiling xmltree v0.10.3
2026-07-27T07:29:52.9198472Z    Compiling proc-macro-crate v3.5.0
2026-07-27T07:29:52.9540644Z    Compiling ioctl-rs v0.1.6
2026-07-27T07:29:53.0410726Z    Compiling termios v0.2.2
2026-07-27T07:29:53.0553733Z    Compiling aho-corasick v1.1.4
2026-07-27T07:29:53.0905962Z    Compiling simple-dns v0.9.3
2026-07-27T07:29:53.1890832Z    Compiling signal-hook v0.3.18
2026-07-27T07:29:53.2000747Z    Compiling linux-raw-sys v0.12.1
2026-07-27T07:29:53.2710547Z    Compiling constant_time_eq v0.4.2
2026-07-27T07:29:53.2810569Z    Compiling smol_str v0.1.24
2026-07-27T07:29:53.3910885Z    Compiling toml_write v0.1.2
2026-07-27T07:29:53.4900430Z    Compiling sha1_smol v1.0.1
2026-07-27T07:29:53.5060680Z    Compiling simdutf8 v0.1.5
2026-07-27T07:29:53.5310770Z    Compiling winnow v0.7.15
2026-07-27T07:29:53.5801556Z    Compiling arrayref v0.3.9
2026-07-27T07:29:53.6436664Z    Compiling resolv-conf v0.7.6
2026-07-27T07:29:53.6661015Z    Compiling regex-syntax v0.8.10
2026-07-27T07:29:53.7860855Z    Compiling serial-unix v0.4.0
2026-07-27T07:29:53.7985077Z    Compiling lru v0.16.4
2026-07-27T07:29:54.0015200Z    Compiling signal-hook-registry v1.4.8
2026-07-27T07:29:54.0130770Z    Compiling darling_core v0.23.0
2026-07-27T07:29:54.3200699Z    Compiling serde_bytes v0.11.19
2026-07-27T07:29:54.3421080Z    Compiling seize v0.5.1
2026-07-27T07:29:54.4214948Z    Compiling hmac v0.12.1
2026-07-27T07:29:54.5409987Z    Compiling iroh v0.98.2
2026-07-27T07:29:54.5648927Z    Compiling serde_derive v1.0.228
2026-07-27T07:29:54.5720267Z    Compiling zeroize_derive v1.4.3
2026-07-27T07:29:54.7705983Z    Compiling tokio-macros v2.7.0
2026-07-27T07:29:54.8130779Z    Compiling zerofrom-derive v0.1.7
2026-07-27T07:29:55.1913424Z    Compiling zeroize v1.8.2
2026-07-27T07:29:55.3860574Z    Compiling futures-macro v0.3.32
2026-07-27T07:29:55.4300858Z    Compiling yoke-derive v0.8.2
2026-07-27T07:29:55.5623545Z    Compiling tokio v1.52.3
2026-07-27T07:29:55.6950589Z    Compiling zerovec-derive v0.11.3
2026-07-27T07:29:56.1499308Z    Compiling displaydoc v0.2.6
2026-07-27T07:29:56.1570489Z    Compiling tracing-attributes v0.1.31
2026-07-27T07:29:56.4792396Z    Compiling futures-util v0.3.32
2026-07-27T07:29:56.4989643Z    Compiling zerofrom v0.1.8
2026-07-27T07:29:56.6348618Z    Compiling rustls-pki-types v1.14.1
2026-07-27T07:29:56.9030328Z    Compiling yoke v0.8.3
2026-07-27T07:29:57.0704166Z    Compiling thiserror-impl v2.0.18
2026-07-27T07:29:57.1221110Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T07:29:57.1990751Z    Compiling zerotrie v0.2.4
2026-07-27T07:29:57.2052962Z    Compiling zerovec v0.11.6
2026-07-27T07:29:57.5199696Z    Compiling darling_macro v0.20.11
2026-07-27T07:29:57.6241404Z    Compiling derive_more-impl v2.1.1
2026-07-27T07:29:57.7430355Z    Compiling spez v0.1.2
2026-07-27T07:29:57.9010721Z    Compiling n0-error-macros v0.1.3
2026-07-27T07:29:57.9133899Z    Compiling darling v0.20.11
2026-07-27T07:29:58.0056560Z    Compiling tinystr v0.8.3
2026-07-27T07:29:58.0174619Z    Compiling potential_utf v0.1.5
2026-07-27T07:29:58.1181969Z    Compiling derive_builder_core v0.20.2
2026-07-27T07:29:58.2211190Z    Compiling icu_locale_core v2.2.0
2026-07-27T07:29:58.2543236Z    Compiling icu_collections v2.2.0
2026-07-27T07:29:58.2658452Z    Compiling der v0.8.0-rc.10
2026-07-27T07:29:58.9321108Z    Compiling pin-project-internal v1.1.13
2026-07-27T07:29:59.0346160Z    Compiling n0-error v0.1.3
2026-07-27T07:29:59.0447428Z    Compiling cobs v0.3.0
2026-07-27T07:29:59.2560622Z    Compiling postcard-derive v0.2.2
2026-07-27T07:29:59.4091158Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T07:29:59.5314396Z    Compiling icu_provider v2.2.0
2026-07-27T07:29:59.8930584Z    Compiling icu_normalizer v2.2.0
2026-07-27T07:29:59.9106415Z    Compiling icu_properties v2.2.0
2026-07-27T07:29:59.9920644Z    Compiling ipnet v2.12.0
2026-07-27T07:30:00.0100659Z    Compiling derive_builder_macro v0.20.2
2026-07-27T07:30:00.2425219Z    Compiling spki v0.8.0-rc.4
2026-07-27T07:30:00.3982568Z    Compiling derive_builder v0.20.2
2026-07-27T07:30:00.5091173Z    Compiling prefix-trie v0.8.4
2026-07-27T07:30:00.6150614Z    Compiling pin-project v1.1.13
2026-07-27T07:30:00.6810503Z    Compiling once_cell v1.21.4
2026-07-27T07:30:00.6943105Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T07:30:00.8162798Z    Compiling futures-executor v0.3.32
2026-07-27T07:30:00.8413939Z    Compiling ed25519-dalek v2.2.0
2026-07-27T07:30:00.8711203Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T07:30:00.8870668Z    Compiling tracing-core v0.1.36
2026-07-27T07:30:01.1058777Z    Compiling hashbrown v0.14.5
2026-07-27T07:30:01.1931099Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T07:30:01.2354616Z    Compiling futures v0.3.32
2026-07-27T07:30:01.3590930Z    Compiling idna_adapter v1.2.2
2026-07-27T07:30:01.3710561Z    Compiling data-encoding-macro v0.1.20
2026-07-27T07:30:01.3781115Z    Compiling rustls-native-certs v0.8.4
2026-07-27T07:30:01.4430380Z    Compiling tracing v0.1.44
2026-07-27T07:30:01.4814890Z    Compiling idna v1.1.0
2026-07-27T07:30:01.7731421Z    Compiling postcard v1.1.3
2026-07-27T07:30:01.8411314Z    Compiling enum-assoc v1.3.0
2026-07-27T07:30:01.8774180Z    Compiling tokio-util v0.7.18
2026-07-27T07:30:01.8987822Z    Compiling hashlink v0.9.1
2026-07-27T07:30:01.9100658Z    Compiling netlink-sys v0.8.8
2026-07-27T07:30:01.9431617Z    Compiling tower v0.5.3
2026-07-27T07:30:02.2201715Z    Compiling url v2.5.8
2026-07-27T07:30:02.2291242Z    Compiling strum_macros v0.28.0
2026-07-27T07:30:02.2850784Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T07:30:02.2953976Z    Compiling num_enum_derive v0.7.6
2026-07-27T07:30:02.4002527Z    Compiling async-trait v0.1.89
2026-07-27T07:30:02.5100623Z    Compiling derive_more v2.1.1
2026-07-27T07:30:02.6230503Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T07:30:02.6683956Z    Compiling iroh-relay v0.98.0
2026-07-27T07:30:02.7120746Z    Compiling netdev v0.42.0
2026-07-27T07:30:02.8170572Z    Compiling rusqlite v0.32.1
2026-07-27T07:30:02.8350594Z    Compiling iroh-metrics v0.38.3
2026-07-27T07:30:02.8351308Z    Compiling netlink-proto v0.12.0
2026-07-27T07:30:02.9106982Z    Compiling h2 v0.4.14
2026-07-27T07:30:03.0280352Z    Compiling tokio-stream v0.1.18
2026-07-27T07:30:03.0977370Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T07:30:03.1431448Z    Compiling n0-watcher v0.6.1
2026-07-27T07:30:03.1761896Z    Compiling tower-http v0.6.11
2026-07-27T07:30:03.2520548Z    Compiling iroh-base v0.98.0
2026-07-27T07:30:03.4700940Z    Compiling num_enum v0.7.6
2026-07-27T07:30:03.4770469Z    Compiling attohttpc v0.30.1
2026-07-27T07:30:03.5886583Z    Compiling moka v0.12.15
2026-07-27T07:30:03.7178686Z    Compiling toml_datetime v0.6.11
2026-07-27T07:30:03.7540171Z    Compiling serde_spanned v0.6.9
2026-07-27T07:30:03.7716386Z    Compiling ref-cast-impl v1.0.25
2026-07-27T07:30:03.7730330Z    Compiling thiserror-impl v1.0.69
2026-07-27T07:30:03.9393157Z    Compiling toml_edit v0.22.27
2026-07-27T07:30:04.1597712Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T07:30:04.2140503Z    Compiling webpki-roots v1.0.7
2026-07-27T07:30:04.3561054Z    Compiling regex-automata v0.4.14
2026-07-27T07:30:04.4087389Z    Compiling schemars_derive v1.2.1
2026-07-27T07:30:04.4980486Z    Compiling cmov v0.5.4
2026-07-27T07:30:04.7240694Z    Compiling rustix v0.38.44
2026-07-27T07:30:04.7857100Z    Compiling pin-utils v0.1.0
2026-07-27T07:30:04.8491064Z    Compiling bitflags v1.3.2
2026-07-27T07:30:04.8774452Z    Compiling dyn-clone v1.0.20
2026-07-27T07:30:04.9086643Z    Compiling nix v0.25.1
2026-07-27T07:30:04.9200796Z    Compiling ctutils v0.4.2
2026-07-27T07:30:05.0020903Z    Compiling backon v1.6.0
2026-07-27T07:30:05.1382366Z    Compiling darling_macro v0.23.0
2026-07-27T07:30:05.2218172Z    Compiling strum v0.28.0
2026-07-27T07:30:05.2780520Z    Compiling papaya v0.2.4
2026-07-27T07:30:05.2844997Z    Compiling hkdf v0.12.4
2026-07-27T07:30:05.3688579Z    Compiling iroh-dns v0.98.0
2026-07-27T07:30:05.4359437Z    Compiling serial v0.4.0
2026-07-27T07:30:05.5171014Z    Compiling anstyle-parse v1.0.0
2026-07-27T07:30:05.5330328Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T07:30:05.5630675Z    Compiling filedescriptor v0.8.3
2026-07-27T07:30:05.7440066Z    Compiling unicode-width v0.2.0
2026-07-27T07:30:05.8043831Z    Compiling downcast-rs v1.2.1
2026-07-27T07:30:05.8190594Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T07:30:05.8357898Z    Compiling foldhash v0.1.5
2026-07-27T07:30:05.8610961Z    Compiling anstyle v1.0.14
2026-07-27T07:30:05.8980620Z    Compiling colorchoice v1.0.5
2026-07-27T07:30:05.9110461Z    Compiling instability v0.3.12
2026-07-27T07:30:05.9859302Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T07:30:06.0337085Z    Compiling anstyle-query v1.1.5
2026-07-27T07:30:06.0520960Z    Compiling shell-words v1.1.1
2026-07-27T07:30:06.0590722Z    Compiling linux-raw-sys v0.4.15
2026-07-27T07:30:06.0888065Z    Compiling hashbrown v0.15.5
2026-07-27T07:30:06.1127404Z    Compiling vte v0.13.1
2026-07-27T07:30:06.1131244Z    Compiling signal-hook-mio v0.2.5
2026-07-27T07:30:06.2187174Z    Compiling anstream v1.0.0
2026-07-27T07:30:06.2272203Z    Compiling darling v0.23.0
2026-07-27T07:30:06.2320831Z    Compiling spake2 v0.4.0
2026-07-27T07:30:06.3400539Z    Compiling terminal_size v0.4.4
2026-07-27T07:30:06.5174255Z    Compiling strum_macros v0.26.4
2026-07-27T07:30:06.6260664Z    Compiling schemars v1.2.1
2026-07-27T07:30:06.7170631Z    Compiling sha1 v0.10.6
2026-07-27T07:30:06.7349136Z    Compiling itertools v0.13.0
2026-07-27T07:30:06.9562832Z    Compiling toml v0.8.23
2026-07-27T07:30:07.0429934Z    Compiling castaway v0.2.4
2026-07-27T07:30:07.2040706Z    Compiling doctest-file v1.1.1
2026-07-27T07:30:07.3121001Z    Compiling indoc v2.0.7
2026-07-27T07:30:07.7659499Z    Compiling regex v1.12.3
2026-07-27T07:30:07.8234701Z    Compiling unicode-width v0.1.14
2026-07-27T07:30:07.8396228Z    Compiling clap_lex v1.1.0
2026-07-27T07:30:08.1140718Z    Compiling static_assertions v1.1.0
2026-07-27T07:30:08.1271961Z    Compiling clap_builder v4.6.0
2026-07-27T07:30:08.1851023Z    Compiling interprocess v2.4.2
2026-07-27T07:30:08.2040772Z    Compiling compact_str v0.8.2
2026-07-27T07:30:08.9410639Z    Compiling hyper v1.10.1
2026-07-27T07:30:09.0283135Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T07:30:09.0834352Z    Compiling unicode-truncate v1.1.0
2026-07-27T07:30:09.1940474Z    Compiling crossterm v0.28.1
2026-07-27T07:30:09.2040982Z    Compiling strum v0.26.3
2026-07-27T07:30:09.2131337Z    Compiling lru v0.12.5
2026-07-27T07:30:09.2580442Z    Compiling clap_derive v4.6.1
2026-07-27T07:30:09.2654055Z    Compiling iana-time-zone v0.1.65
2026-07-27T07:30:09.3210490Z    Compiling portable-pty v0.8.1
2026-07-27T07:30:09.3960461Z    Compiling cassowary v0.3.0
2026-07-27T07:30:09.5248558Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T07:30:09.7300958Z    Compiling chrono v0.4.45
2026-07-27T07:30:09.9741558Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T07:30:09.9820611Z    Compiling nucleo-matcher v0.3.1
2026-07-27T07:30:10.3369874Z    Compiling ratatui v0.29.0
2026-07-27T07:30:10.7462830Z    Compiling qrcode v0.14.1
2026-07-27T07:30:10.7561010Z    Compiling tempfile v3.27.0
2026-07-27T07:30:11.0130771Z    Compiling hyper-util v0.1.20
2026-07-27T07:30:11.6843308Z    Compiling clap v4.6.1
2026-07-27T07:30:13.0842773Z    Compiling igd-next v0.17.1
2026-07-27T07:30:13.1407352Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T07:30:14.1902145Z    Compiling portmapper v0.16.0
2026-07-27T07:30:19.3818622Z    Compiling rustls-webpki v0.103.13
2026-07-27T07:30:21.8074954Z    Compiling tokio-rustls v0.26.4
2026-07-27T07:30:21.8075783Z    Compiling noq-proto v0.17.0
2026-07-27T07:30:21.8076389Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T07:30:21.9483621Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T07:30:21.9484248Z    Compiling hyper-rustls v0.27.9
2026-07-27T07:30:21.9484680Z    Compiling tokio-websockets v0.13.2
2026-07-27T07:30:22.0969167Z    Compiling reqwest v0.13.4
2026-07-27T07:30:23.1144578Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T07:30:37.5582656Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T07:30:39.0594213Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T07:30:49.1570368Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T07:30:54.1875600Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-07-27T07:30:54.2101542Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T07:30:54.2114316Z 
2026-07-27T07:30:54.2114487Z running 1 test
2026-07-27T07:31:00.4079660Z test new_brain_serves_against_old_broker ... ok
2026-07-27T07:31:00.4080030Z 
2026-07-27T07:31:00.4080300Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-27T07:31:00.4080901Z 
